@font-face {
    font-family: 'Corbel';
    src: url('/fonts/frontend/Corbel.eot'), url('/fonts/frontend/Corbel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Corbel';
    src: url('/fonts/frontend/CorbelBold.eot'), url('/fonts/frontend/CorbelBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'fontawesomewebfont';
    src: url('/fonts/frontend/fontawesome-webfont.eot') format('woff'),
    url('/fonts/frontend/fontawesome-webfont.ttf') format('opentype'),
    url('/fonts/frontend/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fontawesomewebfont';
    src: url('/fonts/frontend/fontawesome-webfont2.eot') format('embedded-opentype'),
    url('/fonts/frontend/fontawesome-webfont2.woff') format('woff'),
    url('/fonts/frontend/fontawesome-webfont2.ttf') format('opentype'),
    url('/fonts/frontend/fontawesome-webfont2.svg#fontawesome-webfont2') format('svg');
    font-weight: 700;
    font-style: normal;
}
*::-webkit-input-placeholder {
    color: #6C6E72;
    font-weight: normal;
    opacity: 1;
}
*:-moz-placeholder {
    color: #6C6E72;
    font-weight: normal;
    opacity: 1;
}
*::-moz-placeholder {
    color: #6C6E72;
    font-weight: normal;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #6C6E72;
    font-weight: normal;
    opacity: 1;
}
.form-input *::-webkit-input-placeholder {
    color: #000;
    font-weight: normal;
    opacity: 1;
}
.form-input *:-moz-placeholder {
    color: #000;
    font-weight: normal;
    opacity: 1;
}
.form-input *::-moz-placeholder {
    color: #000;
    font-weight: normal;
    opacity: 1;
}
.form-input *:-ms-input-placeholder {
    color: #000;
    font-weight: normal;
    opacity: 1;
}
input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.5s ease;
}
input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.5s ease;
}
input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.5s ease;
}
input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.5s ease;
}
.phone::-ms-clear {
    display: none;
}
button:focus {
    outline: none;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, img, ol, ul, li, form, input, button, textarea, label, fieldset, legend, blockquote, table, caption, tbody, tfoot, thead, tr, th, td, sub, sup, object, iframe {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
*:focus {
    outline: 0;
}
b, strong {
    font-weight: 900;
}
i, em {
    font-style: italic;
}
.fab {
    font-family: 'fontawesomewebfont';
}
li {
    list-style: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    vertical-align: middle;
}
a, [type="submit"], [type="button"], label, select, button {
    cursor: pointer;
}
a {
    color: inherit;
    text-decoration: none;
}
textarea {
    resize: none;
    overflow: auto;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
div a:hover, div a:active, div a:focus {
    outline: none;
}
aside, header, footer, article, section, nav {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    -webkit-text-size-adjust: none;
}
input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
iframe {
    display: block;
    position: relative;
}
body {
    font-size: 18px;
    overflow-x: hidden;
    font-family: "Corbel";
    color: #292727;
    position: relative;
    margin: 0px;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
/* Animation */

a, #menu a:after, .gallery__item a:after, .gallery__item-img img, .partners__item-img img, .partners__item, .partners__item_dsc, .btn-download:after, .btn-participate:after, .jury__item-min, .jury__item-img img, .events__item-title, .navigation__mobile, .jury__item, .jury__item_dsc, .jury__item_dsc-name {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.events__item a:before, .gallery__item a:before {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.navigation__mobile {
    width: 100%;
    z-index: 1111;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    top: 0;
    position: fixed;
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.navigation__mobile.active {
    top: 75px;
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.navigation__mobile li {
    display: inline-block;
    width: 100%;
}
.navigation__mobile a {
    display: inline-block;
    color: #3a3a3a;
    width: 100%;
}
.button_toogle {
    font-size: 0;
    margin-left: 20px;
    width: 15px;
    min-width: 15px;
    display: none;
    z-index: 111;
    ;
}
.button_toogle button {
    background: none;
}
.c-hamburger {
    display: inline-block;
    z-index: 111;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.c-hamburger.is-active .c-hamburger span {
    background: #bbbbbb;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    border-radius: 4px;
    background: #bbbbbb;
}
.c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #bbbbbb;
    content: "";
}
.c-hamburger span::before {
    top: -3px;
    width: 15px;
    border-radius: 4px;
}
.c-hamburger span::after {
    bottom: -3px;
    width: 15px;
    border-radius: 4px;
}
.c-hamburger--htx span {
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
    width: 100%;
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    width: 100%;
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}
/*Верхняя линия*/

#top__line {
    padding: 5px 50px;
}
.logo img {
    max-width: 100px;
}
.menu_list_item {
    padding: 0px 15px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}
body .btn-entry {
    max-width: 185px;
    display: flex;
    width: 100%;
    padding: 10px 15px;
    color: #bbbbbb;
    font-size: 12px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
}
body .btn-entry:before {
    content: "\f007";
    font-weight: 700;
    margin-right: 8px;
    font-family: 'fontawesomewebfont';
    font-size: 13px;
    color: #bbbbbb;
}
body .btn-entry:hover {
    color: #c32528;
}
#menu a {
    position: relative;
    font-weight: 900;
}
#menu a:after {
    content: "";
    height: 2px;
    left: 0;
    width: 0;
    background: #c32528;
    position: absolute;
    bottom: -15px;
    display: inline-block;
}
#menu a:hover {
    color: #c32528;
}
#menu a:hover:after {
    width: 100%;
}
#header {
    background: url(/images/frontend/bg_header.png) center no-repeat;
    position: relative;
    padding: 130px 0 120px;
    background-size: cover;
}
.social__list li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}
.social__list li a {
    height: 45px;
    opacity: 0.5;
    width: 45px;
    background-image: url(/images/frontend/social.png);
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
}
.social {
    position: absolute;
    right: 50px;
    bottom: 40px;
}
.social__list li a:hover {
    opacity: 1;
}
.fb {
    background-position: -45px 0;
}
.tw {
    background-position: -90px 0;
}
.in {
    background-position: -135px 0;
}
.rss {
    background-position: -180px 0;
}
.header__item {
    max-width: 680px;
    width: 100%;
    padding: 60px 25px;
    margin: 0 auto;
    background: #c32528 url(/images/frontend/bg-slogan.png) center no-repeat;
}
.header__item-title {
    width: 380px;
    margin: 0 auto 0;
    top: -34px;
    position: relative;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border: 3px solid #fff;
    text-align: center;
    padding: 12px 10px;
    letter-spacing: 0.075em;
    border-radius: 3px;
}
.header__item_inner {
    border-radius: 3px;
    position: relative;
    border: 3px solid #fff;
    text-align: center;
    border-top: none;
}
.header__item-logo img {
    max-width: 100%;
}
.btn-participate {
    display: inline-block;
    font-family: Corbel;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    border-bottom: 4px solid #e9e9e9;
    line-height: 64px;
    height: 64px;
    bottom: -32px;
    box-shadow: 0 10px 6px rgba(0, 0, 0, 0.3);
    background: #fff;
    max-width: 290px;
    width: 100%;
    border-radius: 5px;
    color: #bf443d;
    text-align: center;
    text-transform: uppercase;
}
.btn-participate:after {
    content: "";
    width: 11px;
    display: inline-block;
    height: 11px;
    background: url(/images/frontend/arr.png);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 75%;
}
.btn-participate:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    color: #bf443d;
}
.btn-participate:hover:after {
    left: 80%;
}
body .phone-link {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 2px;
    border-bottom: 2px transparent solid;
}
body .phone-link:hover {
    border-bottom: 2px #fff solid;
}
.header__phone {
    text-align: center;
    padding-top: 30px;
}
.header__item {
    position: relative;
}
.header__item_inner:before {
    content: "";
    height: 3px;
    width: 125px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: inline-block;
}
.header__item_inner:after {
    content: "";
    height: 3px;
    width: 125px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    display: inline-block;
}
.social-line {
    display: none;
}
#team__index {
    background: url(/images/frontend/bg__team.jpg) center bottom no-repeat;
    padding: 45px 0 90px;
}
.team__index-row {
    display: flex;
    flex-wrap: wrap;
}
.team__index-img {
    position: relative;
    height: 390px;
    max-width: 265px;
    width: 100%;
}
.team__index-img img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.team__index_item_img {
    width: 265px;
}
.team__index_item_dsc {
    width: calc(100% - 265px);
}
.team__index-img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.team__index_item_dsc {
    padding-left: 105px;
}
.team__index-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
}
.team__index-title:after {
    content: "";
    width: 170px;
    height: 2px;
    background: #c32528;
    display: block;
    margin-top: 20px;
}
.team__index-name {
    color: #6c6666;
    padding-top: 35px;
    font-family: Corbel;
    font-style: italic;
}
.team__index-txt {
    line-height: 30px;
    padding-top: 30px;
}
#prize {
    padding: 35px 0 30px;
}
.prize-img {
    width: 345px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding-bottom: 120%;
}
.prize-img img {
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    object-position: center;
    object-fit: cover;
}
.title {
    font-size: 30px;
    display: inline-block;
    font-weight: 900;
    position: relative;
}
.title-after:after {
    content: "";
    width: 170px;
    height: 2px;
    background: #c32528;
    display: block;
    margin-top: 20px;
}
.prize_dsc_head {
    padding-bottom: 35px;
}
.prize_dsc_content {
    line-height: 30px;
}
.prize-img:before {
    content: "";
    z-index: -1;
    height: 530px;
    width: 640px;
    background: url(/images/frontend/prize-before.png);
    position: absolute;
    background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.prize_left {
    float: left;
    padding: 0 105px 85px 0;
}
#purposes {
    background: url(/images/frontend/bg-purposes.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 35px 0 30px;
}
.purposes-img {
    width: 345px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding-bottom: 140%;
}
.purposes-img img {
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    object-position: center;
    object-fit: cover;
}
.title {
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 900;
    position: relative;
}
.title-after:after {
    content: "";
    width: 170px;
    height: 2px;
    background: #c32528;
    display: block;
    margin-top: 20px;
}
.purposes_dsc_head {
    padding-bottom: 35px;
}
.purposes_right {
    position: relative;
    z-index: 1;
}
.purposes_dsc_content {
    line-height: 30px;
}
.purposes-img:before {
    content: "";
    z-index: -1;
    height: 632px;
    width: 640px;
    background: url(/images/frontend/purposes-before.png);
    position: absolute;
    background-size: contain;
    top: 48%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.purposes_left {
    float: right;
    padding: 0px 0px 145px 145px;
}
.purposes__box {
    display: inline-block;
    width: 100%;
}
#prize, #purposes {
    overflow: hidden;
}
.purposes__item {
    padding-left: 45px;
    margin-bottom: 15px;
    position: relative;
}
.purposes__item:before {
    content: "";
    height: 30px;
    width: 20px;
    display: inline-block;
    position: absolute;
    left: 13px;
    top: 0px;
    background: url(/images/frontend/count.png);
}
.purposes__item:nth-child(2):before {
    background-position: -20px 0;
}
.purposes__item:nth-child(3):before {
    background-position: -40px 0;
}
.purposes__item:nth-child(4):before {
    background-position: -60px 0;
}
.purposes__item:nth-child(5):before {
    background-position: -80px 0;
}
.events__item {
    font-size: 0;
}
#events {
    background: url(/images/frontend/bg-events.jpg) center center no-repeat;
    background-size: cover;
    padding: 75px 0 60px;
}
.events__head .title {
    color: #fff;
}
.events__head .title:after {
    background: #fff;
}
.events__head {
    background: url(/images/frontend/events-title.png) center bottom no-repeat;
    text-align: center;
    min-height: 140px;
    padding-top: 30px;
}
#events {
    padding: 0 0 70px;
}
.events__box {
    margin-top: 30px;
}
.events-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
}
.events__col {
    flex: 0 0 33.333%;
    padding: 0 12.5px;
}
.events__item {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.events__item-img {
    position: relative;
    padding-bottom: 100%;
}
.events__item-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-position: center;
    object-fit: cover;
}
.events__item-title {
    position: absolute;
    font-size: 16px;
    display: flex;
    top: initial;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(41, 39, 39, 0.39);
    padding: 15px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.events__item a:before {
    content: "";
    transform: scale(1.3);
    z-index: 1;
    right: 10px;
    left: 10px;
    bottom: 10px;
    top: 10px;
    position: absolute;
    display: inline-block;
    background: url(/images/frontend/events-border.png) center no-repeat;
    background-size: contain;
}
.events__item:hover .events__item-title {
    top: 0;
    background: rgba(195, 37, 40, 0.85);
}
.events__item:hover a:before {
    transform: scale(1);
}
.events__item a {
    display: inline-block;
    width: 100%;
}
#video {
    background: url(/images/frontend/bg-video.jpg) center center no-repeat;
    background-size: cover;
    padding: 75px 0 140px;
}
.thumb-wrap {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video__item {
    padding: 10px 55px;
}
.thumb-wrap {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#stages {
    padding: 30px 0 15px;
}
.stages__item {
    margin-bottom: 10px;
}
.stages__item-number {
    height: 40px;
    margin-right: 15px;
    min-width: 40px;
    border-radius: 50%;
    background: #c32528;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stages__item {
    display: flex;
    align-items: center;
}
.stages__item__dsc {
    line-height: 30px;
}
.stages__item__dsc span {
    color: #c32528;
}
.stages__box {
    margin-top: 25px;
}
#partners {
    padding: 15px 0 80px;
}
.partners__main-title {
    color: #c32528;
    padding-top: 15px;
    display: inline-block;
    text-decoration: underline;
}
.partners__main {
    text-align: center;
    padding: 0 30px;
}
.partners__item {
    padding: 0 15px;
}
.partners-slider {
    margin-top: 100px;
}
.partners__item img {
    max-width: 100%;
}
.partners__item a {
    opacity: 0.5;
}
.partners__item a:hover {
    opacity: 1;
}
.partners__main-img img {
    max-width: 100%;
}
#footer {
    background: url(/images/frontend/bg-footer.jpg) center center no-repeat;
    background-size: cover;
}
.footer__top {
    text-align: center;
}
.footer-slogan {
    font-size: 38px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.footer__top {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-f {
    padding-right: 20px;
    bottom: 0;
}
.btn-f:after {
    left: 80%;
}
.btn-f:hover:after {
    left: 85%;
}
.footer__bottom {
    background: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
.f-copyright a {
    color: #c32528;
    text-decoration: underline;
}
.f-copyright a:hover {
    color: #c32528;
    text-decoration: none;
}
.f-position-prize a {
    color: #c32528;
    text-decoration: underline;
}
.f-position-prize a:hover {
    color: #c32528;
    text-decoration: none;
}
.f-social__list {
    font-size: 0;
}
.f-social__list li {
    display: inline-block;
    padding: 0 1px;
    vertical-align: middle;
}
.f-social__list li a {
    opacity: 0.5;
    height: 45px;
    width: 45px;
    background-image: url(/images/frontend/social.png);
    display: inline-block;
}
.f-social__list li a:hover {
    opacity: 1;
}
.footer__bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social__list {
    font-size: 0;
}
/*Страница жюри*/

#panel {
    background: url(/images/frontend/bg-events--no.jpg) center;
    background-size: cover;
    padding: 10px 0;
    position: relative;
}
.panel__phone {
    font-size: 30px;
}
.panel__btn {
    padding-right: 75px;
}
.panel__btn a {
    width: 290px;
    bottom: 0;
}
.panel-soc .social {
    bottom: 50%;
    margin-bottom: -22.5px;
    right: 50px;
}
.jury__head .title {
    color: #fff;
}
.jury__head {
    background: url(/images/frontend/events-title.png) center bottom no-repeat;
    text-align: center;
    min-height: 100px;
    padding-top: 30px;
}
#header__jury {
    background: url(/images/frontend/bg-jury.jpg) center bottom no-repeat;
    padding-bottom: 60px;
    background-size: cover;
}
.jury__item {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.32);
}
.jury__item_dsc {
    padding-top: 15px;
    text-align: center;
}
body .jury__item_dsc-name {
    color: #6c6666;
    font-family: "Corbel";
    font-style: italic;
    padding-bottom: 15px;
}
body .jury__item_dsc-pos {
    font-size: 16px;
    min-height: 60px;
    color: #292727;
}
.jury__col {
    padding: 20px 30px;
}
.jury__item-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 140%;
}
.jury__item-img img {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.header__jury_box {
    padding-top: 25px;
}
.jury-slider {
    margin: 0 -30px;
}
.jury-slider .slick-prev {
    left: -60px;
}
.jury-slider .slick-next {
    right: -60px;
}
.jury__item:hover {
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.52);
    background: #c32528 url(/images/frontend/bg-grid.png);
}
.jury__item:hover .jury__item_dsc {
    color: #fff;
}
body .jury__item:hover .jury__item_dsc-name {
    color: #fff;
}
body .jury__item:hover .jury__item_dsc-pos {
    color: #fff;
}
.jury__item:hover .jury__item-img img {
    transform: scale(1.1);
}
#jury {
    padding: 25px 0;
}
.jury__item-min {
    padding: 10px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.32);
}
.jury__item-min .jury__item-img {
    padding-bottom: 80%;
}
.jury__box_min {
    margin-top: 30px;
}
#jury {
    text-align: center;
}
.jury__item-min .jury__item_dsc-pos {
    font-size: 14px;
}
.jury__item-min:hover {
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.52);
    background: #c32528 url(/images/frontend/bg-grid.png);
}
.jury__item-min:hover .jury__item_dsc {
    color: #fff;
}
body .jury__item-min:hover .jury__item_dsc-name {
    color: #fff;
}
body .jury__item-min:hover .jury__item_dsc-pos {
    color: #fff;
}
.jury__item-min:hover .jury__item-img img {
    transform: scale(1.1);
}
.jury-more {
    display: none;
}
.btn-more {
    height: 75px;
    width: 75px;
    margin: 0 auto;
    background: #333333;
    border-radius: 50%;
    font-family: "Corbel";
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jury-more {
    text-align: center;
}
.btn-more:hover {
    background: #bf443d;
    color: #fff;
}
.partners-more {
    display: none;
}
body .btn-mores {
    height: 75px;
    width: 75px;
    margin: 0 auto;
    background: #333333;
    border-radius: 50%;
    font-family: "Corbel";
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-more {
    text-align: center;
}
body .btn-mores {
    height: 75px;
    width: 75px;
    margin: 0 auto;
    background: #333333;
    border-radius: 50%;
    font-family: "Corbel";
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .btn-mores:hover {
    background: #bf443d;
    color: #fff;
}
.gallery-more {
    text-align: center;
}
.navigation__mobile li a:hover {
    color: #bf443d;
}
/*Страница контакты*/

#events.events-contact {
    padding: 40px 0 70px;
}
.events-contact .title {
    color: #fff;
    text-align: center;
}
.events-contact .title:after {
    background: #fff;
    margin: 20px auto;
}
.events-contact-head {
    text-align: center;
}
.events-contact .events__box {
    margin-top: 10px;
}
#vote {
    background: url(/images/frontend/bg-vote.jpg) center bottom no-repeat;
    text-align: center;
    color: #fff;
    padding: 45px 0;
    background-size: cover;
}
.vote__box {
    margin-top: 30px;
}
.vote__box a {
    bottom: 0;
}
.head__contact .title {
    color: #fff;
}
.head__contact {
    background: url(/images/frontend/events-title.png) center bottom no-repeat;
    text-align: center;
    min-height: 100px;
    padding-top: 30px;
}
#contact {
    padding: 0 0 10px;
    overflow: hidden;
}
.contact__box {
    margin-top: 40px;
}
.contact__item {
    margin-bottom: 30px;
}
.contact__item_top {
    display: flex;
    justify-content: space-between;
}
.contact_dsc {
    flex: 0 0 50%;
}
.contact_dsc_head {
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 900;
    position: relative;
}
.contact-img img {
    max-width: 100%;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.32);
}
body .btn-red {
    display: inline-block;
    font-family: Corbel;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    line-height: 64px;
    height: 64px;
    background: #c32528;
    max-width: 290px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
body .btn-red:after {
    content: "";
    width: 11px;
    display: inline-block;
    height: 11px;
    background: url(/images/frontend/arr2.png);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 75%;
}
body .btn-red:hover {
    color: #fff;
}
body .btn-red:hover:after {
    left: 80%;
}
body .btn-download:after {
    left: 87%;
}
body .btn-download {
    padding-right: 20px;
}
body .btn-download:hover:after {
    left: 90%;
}
.contact__item_bottom {
    padding-left: 165px;
    margin-top: 15px;
}
.email-link {
    color: #c32528;
    text-decoration: underline;
}
.contact_dsc_content li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}
body .phone-link-c {
    color: #c32528;
}
body .phone-link-c:hover {
    color: #c32528;
    text-decoration: underline;
}
body .phone-link-c:before {
    content: "";
    height: 20px;
    width: 20px;
    background: url(/images/frontend/icon-phone.png);
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -10px;
}
.contact_dsc_content a {
    display: inline-block;
    position: relative;
}
body .email-link-c {
    color: #c32528;
}
body .email-link-c:hover {
    color: #c32528;
    text-decoration: underline;
}
body .email-link-c:before {
    content: "";
    height: 20px;
    width: 20px;
    background: url(/images/frontend/icon-email.png);
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -10px;
}
.contact-img {
    position: relative;
}
.contact-img:before {
    content: "";
    z-index: -1;
    padding-bottom: 58%;
    width: 480px;
    background: url(/images/frontend/bg-grid-gray.png);
    position: absolute;
    background-size: contain;
    top: 60px;
    left: 35%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.contact__item:nth-child(odd) .contact_dsc {
    padding-left: 20px;
}
.contact__item:nth-child(even) {
    margin-bottom: 70px;
}
.contact__item:nth-child(even) .contact-img:before {
    left: 65%;
}
.contact_dsc_head-mob {
    font-size: 16px;
    padding-bottom: 15px;
    text-transform: uppercase;
    display: none;
    font-weight: 900;
    position: relative;
}
.contact__item:nth-child(even) .contact_dsc {
    padding-right: 20px;
}
/*Страница номинанты*/

#nominees {
    padding-bottom: 40px;
}
.head__nominees .title {
    color: #fff;
}
.head__nominees {
    background: url(/images/frontend/events-title.png) center bottom no-repeat;
    text-align: center;
    min-height: 100px;
    padding-top: 30px;
}
.nominees__box {
    margin-top: 70px;
}
.nominees__item {
    text-align: center;
}
body .nominees__item-name {
    color: #292727;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
}
body .nominees__item:hover .nominees__item-name {
    color: #c32528;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
}
.nominees__item-img img {
    max-width: 100%;
}
.nominees__item-img {
    margin-bottom: 20px;
}
.nominees__item:hover .nominees__item-img img {
    margin-top: -118px;
}
.nominees__item-img {
    height: 118px;
    overflow: hidden;
}
.nominees__item:hover {
    color: #e32023;
}
.nominees__item {
    margin-bottom: 35px;
}
.nominees__col {
    padding: 0 15px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
/*Страница мероприятие*/

#events__page {
    padding-bottom: 30px;
}
.events__head_page .title {
    color: #fff;
}
.events__head_page {
    background: url(/images/frontend/events-title.png) center bottom no-repeat;
    text-align: center;
    min-height: 100px;
    padding-top: 25px;
}
.events__top {
    text-align: center;
    margin-top: 25px;
}
.events__top .title-after:after {
    margin: 20px auto 0;
}
/*Страница партнеры*/

.partners__head .title {
    color: #fff;
}
.partners__head {
    background: url(/images/frontend/events-title.png) center bottom no-repeat;
    text-align: center;
    min-height: 100px;
    padding-top: 30px;
}
#header__partners {
    background: url(/images/frontend/bg-jury.jpg) center bottom no-repeat;
    padding-bottom: 30px;
    background-size: cover;
}
.partners__item {
    padding: 10px;
    background: #fff;
}
.partners__item a {
    display: inline-block;
}
.partners__item_dsc {
    padding-top: 15px;
    text-align: center;
}
.partners__item_dsc-name {
    color: #6c6666;
    font-family: "Corbel";
    font-style: italic;
    padding-bottom: 15px;
}
.partners__item_dsc-pos {
    font-size: 14px;
    color: #c32528;
    text-decoration: underline;
    min-height: 40px;
}
.partners__col {
    padding: 20px 15px;
}
.partners__item-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}
.partners__item-img img {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.header__jury_box {
    padding-top: 35px;
}
.partners-slider2 {
    margin: 0 -15px;
}
.partners-slider2 .slick-prev {
    left: -60px;
}
.partners-slider2 .slick-next {
    right: -60px;
}
.partners__item-min {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.32);
}
.partners__item-min:hover {
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.52);
    background: #c32528 url(/images/frontend/bg-grid.png);
}
.partners__item-min:hover .partners__item_dsc {
    color: #fff;
}
.partners__item-min:hover .partners__item_dsc-name {
    color: #fff;
}
.partners__item-min:hover .partners__item-img img {
    transform: scale(1.1);
}
.partners__item-min:hover .partners__item_dsc-pos {
    color: #fff;
}
.partners__item:hover {
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.52);
    background: #c32528 url(/images/frontend/bg-grid.png);
}
.partners__item:hover .partners__item_dsc {
    color: #fff;
}
.partners__item:hover .partners__item_dsc-name {
    color: #fff;
}
.partners__item:hover .partners__item-img img {
    transform: scale(1.1);
}
.partners__item:hover .partners__item_dsc-pos {
    color: #fff;
}
.partners__top {
    text-align: center;
}
.partners__top .title-after:after {
    margin: 20px auto 0;
}
.partners__col-min {
    padding: 0 15px;
    flex: 0 0 25%;
    margin-bottom: 30px;
}
.partners__box_min {
    margin-top: 40px;
}
.partners__wrap {
    margin-bottom: 40px;
}
.header__partners_box {
    margin-top: 20px;
}
#jury .title-after:after {
    margin: 20px auto 0;
}
.gallery__head .title {
    color: #fff;
}
.gallery__head {
    background: url(/images/frontend/events-title.png) center bottom no-repeat;
    text-align: center;
    min-height: 100px;
    padding: 20px 15px 0;
}
.gallery__item-img {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.gallery__item-img img {
    object-fit: cover;
    position: absolute;
    object-position: center;
    height: 100%;
    width: 100%;
}
.gallery__item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.gallery__item:hover .gallery__item-img img {
    transform: scale(1.1);
}
.gallery__box {
    margin-top: 25px;
}
.gallery__item a:before {
    content: "";
    transform: scale(1.3);
    z-index: 1;
    right: 10px;
    left: 10px;
    bottom: 10px;
    top: 10px;
    position: absolute;
    display: inline-block;
    background: url(/images/frontend/events-border.png) center no-repeat;
    background-size: contain;
}
.gallery__item a:hover:before {
    transform: scale(1);
}
.gallery__item a:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    background-image: url(/images/frontend/loop.png);
    background-color: rgba(195, 37, 40, 0.85);
    background-position: center;
    background-repeat: no-repeat;
}
.gallery__item a:hover:after {
    opacity: 1;
}
.gallery__item a {
    position: relative;
    display: block;
}
.item-g {
    display: none;
}
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
#gallery {
    padding-bottom: 30px;
}
/*******************Модальные окна*******************/

.popup_window {
    max-width: 420px;
    margin: 40px auto;
    background: #fff;
    text-align: center;
    padding: 40px 50px 40px;
    position: relative;
    width: 100%;
}
.anchor-url {
    overflow: hidden;
    height: 0px;
}
#requestModal {
    padding-right: 0px !important;
}
@media (max-width: 768px) {
    .modal-dialog {
        width: auto;
    }
}
@media (max-width: 380px) {
    .modal-dialog .modal-info .left {
        width: 100%;
        padding-bottom: 10px;
    }
    .modal-dialog .modal-info .right {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .slick-slider .team__index_item_img {
        width: 100%;
        padding: 0px;
        padding-bottom: 5px;
        text-align: center;
    }
    .slick-slider .team__index_head {
        padding-left: 0px;
    }
}
#top {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 999;
    display: none;
    cursor: pointer;
}